LiteDAC

TLiteConnection Properties

Properties of the TLiteConnection class.

For a complete list of the TLiteConnection class members, see the TLiteConnection Members topic.

Public

Name Description

ClientLibraryVersion

Indicates the version of the SQLite3 client library.

ConnectString (inherited from TCustomDAConnection)

Used to specify the connection information, such as: UserName, Password, Server, etc.

ConvertEOL (inherited from TCustomDAConnection)

Allows customizing line breaks in string fields and parameters.

InTransaction (inherited from TCustomDAConnection)

Indicates whether the transaction is active.

Published

Name Description

ClientLibrary

Used to set or get the SQLite client library location.

ConnectDialog

Allows to link a TCustomConnectDialog component.

Connected

Used to establish a database connection.

Database

Used to specify the name of the database to be used once a connection is open.

Debug

Used to display SQL statements being executed with their parameter values and data types.

EncryptionKey

Used to specify the encryption key for working with an encrypted database.

LoginPrompt

Specifies whether a login dialog appears immediately before opening a new connection.

Options

Used to specify the behaviour of the TLiteConnection object.

Pooling

Enables or disables using connection pool.

PoolingOptions

Specifies the behaviour of connection pool.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback